Date and Time:
<%- moment(appointment.appointmentTime).format('dddd, MM/DD/YYYY') %>
<%- moment(appointment.appointmentTime).format('HHmm') %>
<% if (!_.isUndefined(appointment.timeZone)) { %>
<%- appointment.timeZone.substring(appointment.timeZone.length - 3, appointment.timeZone.length) %>
<% } %>
Details:
Community Appointment
<% if(appointment.providerPractice !== '') { %>
<%- appointment.providerPractice %>
<% } %>
<% if (appointment.name.firstName !== '' && appointment.name.lastName !== '') { %>
<%- appointment.name.firstName %> <%- appointment.name.lastName %>
<% } %>
<%- appointment.address.street %>
<%- appointment.address.city %>, <%- appointment.address.state %> <%- appointment.address.zipCode %>
<%- appointment.providerPhone %>
Need to cancel or update this appointment?
Please contact the provider directly